home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0191.ZIP / READ-ME.DOC < prev    next >
Text File  |  1986-02-08  |  2KB  |  33 lines

  1.      *-------------------------- TURBO S.I.X. ---------------------------*
  2.      |                              #206                                 |
  3.      |                                                                   |
  4.      | Utilities and source code files that will help you clean up       |
  5.      | your source code and track down those illusive bugs. includes a   |
  6.      | couple of very useful utilities, complete with source from Turbo  |
  7.      | S.I.X. member Karson Morrison.                                    |
  8.      *-------------------------------------------------------------------*
  9.  
  10.      PFORMAT  DOC  A simple formatting routine for your source files.
  11.      PFORMAT  PAS
  12.  
  13.      TDEBUG   DOC  An outstanding debuging utility. Allows you to single
  14.      TDEBUG   COM  step or trace your code at the source level. Set
  15.                    breakpoints and look at variables as you go! Thanks
  16.                    to Dave Baldwin for an excellent tool. Object code only.
  17.  
  18.      HEXDUMP  PAS  Handy when you need a quick look at a file in Hex/Ascii
  19.                    format. Faster than most of its kind.
  20.  
  21.      EP       INC  A very handy tool that includes source code and shows
  22.      SC       INC  how to make an application memory resident. Developed
  23.      WINDO    INC  by Lynn Canning using TSR (Terminate, Stay Resident) code
  24.      STAYXIT  320  perfected by Lane Ferris. The program itself is a very
  25.      PGM-AIDE DVR  clever solution to a common problem. It makes it easy to
  26.      PGM-AIDE PAS  do screen and form layouts by counting spaces and
  27.      PGM-AIDE DOC  displaying screen coordinates. Check it out.
  28.  
  29.      FINDUP32 COM  Another super useful utility with good documentation and
  30.      FINDUP32 DOC  well commented source code. Find out in a hurry where
  31.      FINDUP32 PAS  you're wasting disk space. Thanks to Turbo S.I.X. member
  32.                    Karson Morrison for both PGM-AIDE and FINDUP.
  33.